home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- '''Attach generally useful information, not specific to any package.
-
- Copyright (C) 2009 Canonical Ltd.
- Author: Matt Zimmerman <mdz@canonical.com>
-
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by the
- Free Software Foundation; either version 2 of the License, or (at your
- option) any later version. See http://www.gnu.org/copyleft/gpl.html for
- the full text of the license.
- '''
- import apport.packaging as apport
- from apport.hookutils import *
-
- def add_info(report):
- attach_file_if_exists(report, '/cdrom/.disk/info', 'MediaBuild')
-
-